Revert the unapproved patch for bug 457086.
authorTheppitak Karoonboonyanan <thep@linux.thai.net>
Thu, 19 Feb 2009 02:05:07 +0000 (02:05 +0000)
committerTheppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Thu, 19 Feb 2009 02:05:07 +0000 (02:05 +0000)
2009-02-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
unapproved patch for bug 457086.

svn path=/trunk/; revision=22371

ChangeLog
modules/input/gtkimcontextthai.c

index 6a234b3539da65f6cce82ab75343b1784918dfd7..7c4ece3bdd5abd79935622da86824bd102647a08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
+       unapproved patch for bug 457086.
+
 2009-02-18  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/x11/gdkscreen-x11.c (init_randr13): Ignore disconnected outputs,
index 640c013c5fedbe2ea0e20a3be2bd0a44985d863c..0b2d6b6b5842464284362758070f05f24a3c373f 100644 (file)
@@ -122,7 +122,7 @@ is_context_lost_key(guint keyval)
           keyval == GDK_Escape ||
           keyval == GDK_Delete ||
           (GDK_Home <= keyval && keyval <= GDK_Begin) || /* IsCursorkey */
-          (GDK_KP_Space <= keyval && keyval <= GDK_KP_Delete) || /* IsKeypadKey, non-chars only */
+          (GDK_KP_Space <= keyval && keyval <= GDK_KP_Equal) || /* IsKeypadKey */
           (GDK_Select <= keyval && keyval <= GDK_Break) || /* IsMiscFunctionKey */
           (GDK_F1 <= keyval && keyval <= GDK_F35)); /* IsFunctionKey */
 }